Jodit Editor Pro Version
PRO Jodit editor version with auto-loading of language files and more plugins.
Comparison Jodit vs Jodit PRO vs Jodit OEM
Tables | Jodit | Jodit PRO | Jodit OEM |
---|
NPM package | yes | yes | yes |
Open source | yes | limit | limit |
Support | no | limit | yes |
Plugins | out-of-the-box | out-of-the-box + 9 | out-of-the-box + 9 |
FileBrowser | out-of-the-box | Jodit Finder* | Jodit Finder* |
ColorPicker | limit | yes | yes |
Use | Free | 1 host | Any host |
License | MIT | Commerce | Commerce |
Trial | No | Yes | Yes |
Demo | Demo | Demo | Demo |
Price | Free | 100$ | 400$ |
| - | Buy | Buy |
You can buy it here
Install
Via npm
npm i jodit-pro
Via yarn
yarn add jodit-pro
<link rel="stylesheet" href="./node_modules/jodit-pro/build/jodit.css" />
<script src="./node_modules/jodit-pro/build/jodit.js"></script>
<textarea id="editor" cols="30" rows="10"></textarea>
<script>
const jodit = new Jodit('#editor', {
width: 1000
});
</script>